User Balance
The User Balance API endpoint, is used to retrieve information about account balance. This information will be divided into different tokens and respective balance. You can use the following endpoint to retrieve the information.
https://api.coindcx.com/exchange/v1/users/balances
This API endpoint returns the following response:
[
{
"currency": "BTC",
"balance": 1.167,
"locked_balance": 2.1
}
]
| Parameter | Description |
|---|---|
| Currency | Indicates the name of the currency. For example, BTC, USDT, etc. |
| balance | Indicates the balance in your account for the specified currency. |
| locked_balance | Locked balance refers to the amount that is locked or frozen for a specific amount of time. This can happen due to several reasons. For example, When you place a limit order that is not yet executed, the amount that you have placed the order for, will be locked. |